@charset "utf-8";
/* CSS Document */



.topbar{
    background: linear-gradient(to right,#15bcfe,#3f6dff);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    transition: .4s;
    z-index: 99999;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    overflow: hidden;
    padding:0 20px;
    position: relative;
    width:100%;
}
.menu-button{
    display: block;
    height: 30px;
    margin:13px 0 0 0;
    cursor: pointer;

}
.menu-button .line:nth-of-type(1) {
    margin-top: 0;
}
.menu-button .line:nth-of-type(2) {
    margin-bottom: 0;
}

.menu-button .line{
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background:rgba(255,255,255,.8);
    -webkit-transition: .3s;
    transition: .3s;
}

.header_active .topbar{
    position: fixed;
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(7.5px) rotate(-45deg);
    -ms-transform: translateY(7.5px) rotate(-45deg);
    transform: translateY(7.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    -ms-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
}

#menu{
    background: #fff;
    height: 100%;
    position: fixed;
    transform: translateY(-100%);
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 99998;
    overflow-y: scroll;
    padding:70px 30px 30px;
    transition: .5s;
}
#menu ul{
    margin:0 0 70px 0;
    transition-delay: .2s;
}
#menu ul li{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#menu ul li a{
    color: #333;
    padding:12px 20px;
    font-size: 16px;
    display: inline-block;
    width:70%;
}
#menu ul li a:hover{
    background:none;
}
#menu ul li i{
    line-height:22px;
    font-size: 14px;
    display: none;
    width: 30%;
    text-align: right;
    padding:0 20px 0 0;
    transition: .3s;
    color: #333;
}
#menu ul li.cur i{
    display: inline-block;
}
#menu ul li.on {
    background:rgba(255,255,255,.05);
}
#menu ul li.on a{
    color: #333;
}


#menu dl{
    background: rgba(0,0,0,.02);
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#menu dl dt a{
    color: #555;
    display: block;
    padding:10px 25px;
    font-size: 16px;
}
#menu dl dt i{
    padding:0 6px 0 0;
    font-size: 14px;
}
.header_active #menu{
    transform: translateY(0);
}

.logo{
    width: 85%;
    text-align: left;
}
.logo a{
    font-size:18px;
    color: #fff;
}

.home{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top:4px;
    right: 14px;
}
.home i{
    font-size: 22px;
    color:rgba(255,255,255,.8);
}

.p_banner{
    position: relative;
    overflow-x: hidden;
}
.p_banner .swiper-pagination-bullet{
    background: #333;
}

/*0.1rem的线*/
.line-1{
    position: relative;
}
.line-1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 1;
    width:100%;
    border-top: 1px solid #ddd;
    height: 1px;
    overflow: hidden;
    transform-origin: 0 0;
    transform: scaleY(0.5);
}
.line-8{
    background: #f5f5f5;
    height:8px;
    width:100%;
}
.line-12{
    background: #f5f5f5;
    height:12px;
    width:100%;
}
.iconfont{
    display: inline-block;
}

/*
*快捷入口按钮
*/
.index_iconbox{
    display: flex;
    padding:10px 6px 0;
}
.index_iconbox .icon{
    flex: 1;
    background: #fff;
    text-align: center;
    margin: 0 4px;
    padding:3px 0 10px;
    border-radius: 5px;
}
.index_iconbox .icon i{
    font-size: 32px;
    line-height:1.4;
}
.index_iconbox .icon h4{
    line-height:1;
    font-size: 16px;
}

/*
* um_default_box
*/

.um_default_box li{
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}
.um_default_box li:last-child{
    margin-bottom: 0;
}
.um_default_hd{
    position: relative;
}
.um_default_hd .time{
    position: absolute;
    right:10px;
    color: #fff;
    line-height:1;
    bottom: 10px;
    font-size: 16px;
}
.um_default_bd{
    padding:10px 15px;
}
.um_default_bd .tit{
    font-size: 20px;
    font-weight: bold;
    line-height:1.2;
    color: #222;
    max-height: 50px;
    overflow: hidden;
}
.um_default_bd .con{
    font-size: 14px;
    line-height:1.4;
    padding:8px 0 12px;
    color: #666;
}
.um_default_bd .more{
    display: flex;
    padding-top: 4px;
}
.um_default_bd .more p{
    flex: 1;
    font-size: 14px;
    font-weight: bold;
}
.um_default_bd .more p span{
    margin-right:6px;
}
.um_default_bd .more i{
    font-size: 12px;
    margin-top:3px;
    color: #666;
}

/*
* um_media_box
*/

.um_media_hd{
    position: relative;
}
.um_media_hd .img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.um_media_hd .tit{
    position: absolute;
    bottom:0;
    height:100%;
    line-height:40px;
    font-size: 16px;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
    width:100%;
}
.um_media_hd .tit span{
    color: #fff;
    position: absolute;
    bottom: 0;
    width:90%;
    left:5%;
}
.um_media_box li{
    padding:0 12px;
    background: #fff;

}
.um_media_box li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.um_media_box li>div{
    display: flex;
    padding:12px 0;
}
.um_media_box li:nth-child(4n){
    padding-bottom:12px;
}
.um_media_box li:nth-child(4){
    margin-bottom: 20px;
}
.um_media_box li .con{
    flex: 1;
    padding:0 10px 0 0;
}
.um_media_box li .con a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height:1.3;
    height: 48px;
    overflow: hidden;
}
.um_media_box li .con p{
    color: #999;
    margin-top:6px;
    line-height:1;
    font-size: 14px;
}
.um_media_box li .con p span{
    margin-right:6px;
    vertical-align: middle;
    color: #999;
}
.um_media_box li .img{
    width:70px;
}
.um_media_box li .img img{
    border-radius: 5px;
}

/*公告*/
.site-notice{
    height:40px;
    background: #fff;
    line-height:40px;
    font-size: 16px;
    padding:0 12px;
    overflow: hidden;
}
.site-notice .tit{
    width:80px;
    font-weight: bold;
}
.site-notice .tit i{
    color: red;
    font-size: 18px;
    margin-right:4px;
}
.site-notice-con{
    width:235px;
    height:40px;
    overflow: hidden;
}
.main{
    margin:0 12px;
}
/*
*标题格式1
*/

.i-box-hd{
    padding:40px 5px 20px;
}
.i-box-hd .tit{
    font-size: 28px;
    color: #000;
    line-height:1;
    font-weight: bold;
}

/*
*我们的优势
*/
.i-youshi-box{
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding:0 0 12px;
}
.i-youshi-bd li{
    display: flex;
    margin:0 12px;
    padding:12px 0;
}
.i-youshi-bd .img{
    width:48px;
    height:48px;
    background: linear-gradient(to bottom,#15bcfe,#3f6dff);
    border-radius: 5px;
}
.i-youshi-bd .img i{
    font-size: 30px;
    color: #fff;
    line-height:48px;
    text-align: center;
    width:48px;
}
.i-youshi-bd .con{
    flex: 1;
    margin-right:10px;
}
.i-youshi-bd li .con a{
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    height: 48px;
    overflow: hidden;
}

/*
*关于我们
*/

.i-about-bd{
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding:0 0 12px;
}

.i-about-bd .con{
    font-size: 18px;
    line-height:1.6;
    padding:12px 12px 0;
    position: relative;
    height:300px;
    overflow: hidden;
}
.i-about-bd .con a{
    color: #333;
}

.i-contact{
    margin:20px 0 0;
    padding:5% 7%;
}
.i-contact-bd{
    font-size: 14px;
    padding:10px;
    line-height:1.8;
}
.i-contact-bd a{
    color: #333;
}
.footer{
    background: #fff;
    padding:12px;
    margin:0 0 50px;
    font-size: 14px;
}
.um-contact{
    padding:6px 0 0 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 99999;
}
.um-contact-wrapper{
    background: linear-gradient(to right,#15bcfe,#3f6dff);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    height:40px;
}
.um-contact a{
    display: inline-block;
    width:50%;
    line-height:40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.um-contact a:first-child{
    border-right: 1px solid rgba(255,255,255,.1);
}
.um-contact a i{
    padding:0 6px 0 0;
    font-size: 24px;
    vertical-align: top;
}
/*
* 分类
*/
.pro_menu{
    margin:0 5% ;
    text-align: center;
    overflow: hidden;
}
.pro_menu li{
    display: inline-block;
    margin:10px 10px 0 0;
}

.pro_menu li a{
    display: block;
    border-radius: 5px;
    background: #fff;
    padding:5px 10px;
    font-size: 14px;
}
.pro_menu_more{
    text-align: center;
    display: none;
    text-decoration: underline;
    cursor: pointer;
    color: #999;
    margin:10px 0 0 0;
}

/*
* 单页模型
*/

.um-tit {
    padding:20px 0 15px;
    border-bottom: 1px solid #eee;
}
.um-tit h4{
    font-size: 24px;
    color: #000;
    line-height:1.2;
    font-weight: bold;
}
.page-index{
    font-size: 16px;
    margin-bottom: 30px;
}
.page-index .con{
    padding:10px 10px 20px;
    font-size:16px ;
    line-height:1.7;
    background: #fff;
    border-radius:5px;
}
.page-index .con a{
    color: #333;
}
/*
*   产品列表
*/
.um_img_list{
    padding:20px 10px 0;

}
.um_img_list li{
    display: inline-block;
    width:50%;
    padding:0 0 4px;
}
.um_img_list li:nth-child(2n-1){
    padding-right: 2px;
}
.um_img_list li:nth-child(2n){
    padding-left: 2px;
}
.um_img_list li a{
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.um_img_list li .tit{
    font-size: 16px;
    padding:0 8px;
    text-align: center;
    line-height:2.5;
}


/*
*   产品详情
*/

.img-show{
}
.img-show-hd{
    background: #eee;
    position: relative;
    overflow-x: hidden;
}
.img-show-hd .swiper-pagination-bullet{
    opacity:.3;
}
.img-show-hd .swiper-pagination-bullet-active{
    background: #333;
    opacity:.7;
}

.img-show-hd img{
    width:100%;
    margin:0 auto;
}
.img-show-bd{
    padding:12px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.img-show-bd .tit{
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
}
.img-show-bd p{
    color: #999;
    padding-top: 6px;
}
.img-show-bd p span{
    padding:0 10px 0 0;
    font-size: 14px;
}

/*
* 内页内容通用
*/
.page_info{
    padding:10px;
    font-size: 16px;
    line-height:1.7;
    background: #fff;
}
.page_info p{
    margin:0 0 10px 0;
}
.page_info a{
    color: #333 !important;
    font-size: 14px !important;
}

.page_info img{
    margin:0 auto;
}
.um_details_tit{
    font-size: 22px;
    text-align: center;
    color: #000;
    padding:20px 0 10px;
}
.um_details_tit span{
    display: inline-block;
}
.um_details_tit span:before,.um_details_tit span:after{
    display: inline-block;
    content: '';
    width:30px;
    height:2px;
    background: #999;
    vertical-align: middle;
    margin:0 8px;
}

.um_img_show li:nth-child(4){
    margin:0;
}
.um_img_show li:nth-child(4n){
    padding-bottom: 0;
}

.um_article_show{
    padding:0 10px 20px;
}

/*
* 文章列表
*/
.article-list{
    padding:10px;
}
/*
* 文章详情
*/
.article-show{
    padding:20px 0 0;
}
.article-show_hd .tit{
    font-size:24px;
    color: #000;
    line-height:1.2;
    font-weight: bold;
}
.article-show_hd .time{
    padding:6px 0 10px;
    border-bottom: 1px solid #eee;
    color: #999;
    font-size: 14px;
}
.article-show_hd .time a{
    color: #999;
    margin-left:10px;
}

/*
*留言页面
*/
.guestbook-page{
    padding:20px 5%;
}
.guestbook-list li{
    padding:0 0 20px 0;
}
.guestbook-list li .tit{
    font-size: 16px;
    color: #333;
}
.guestbook-list li .time{
    color:#999;
}
.guestbook-list li .con{
    padding:5px 0;
}
.guestbook-list li .reply{
    background: #f5f5f5;
    padding:5px 10px;
}

.post_box tr{
    height:34px;
}
.post_box tr:nth-child(5){
    height:100px;
}
.post_box td{
    display: inline-block;
}
.post_box td.tit{
    margin:0 3% 0 0;
    width:11%;
}
.post_box td.con{
    width:63%;
}
.post_box td.con input,.post_box td.con textarea,.post_box td.con select{
    border: 1px solid #ccc;
    line-height:20px;
}
.post_box td.con textarea{
    max-width: 100%;
    max-height: 100px;
}
.post_box .btn{
    width:80px;
    height:30px;
    line-height:30px;
    border: none;
    margin:0 5px 0 52px;
    background: #3f6dff;
    color: #fff;
}
.post_box .btn-default{
    background: #ddd;
    color: #666;
    margin:0 5px 0 0;
}
.feedback-page .post_box tr:nth-child(5){
    height:32px;
}
.feedback-page .post_box tr:nth-child(6){
    height:110px;
}